disable SSL check in PHP cURL

45

disable SSL check in PHP cURL -

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

Comments

Submit
0 Comments